﻿2026-06-18T12:02:12.9626515Z ##[group]Run actions/checkout@v5
2026-06-18T12:02:12.9627748Z with:
2026-06-18T12:02:12.9628301Z   fetch-depth: 0
2026-06-18T12:02:12.9628993Z   repository: SaberMage/spt-core
2026-06-18T12:02:12.9635015Z   token: ***
2026-06-18T12:02:12.9635560Z   ssh-strict: true
2026-06-18T12:02:12.9636204Z   ssh-user: git
2026-06-18T12:02:12.9636788Z   persist-credentials: true
2026-06-18T12:02:12.9637490Z   clean: true
2026-06-18T12:02:12.9638147Z   sparse-checkout-cone-mode: true
2026-06-18T12:02:12.9639024Z   fetch-tags: false
2026-06-18T12:02:12.9639631Z   show-progress: true
2026-06-18T12:02:12.9640207Z   lfs: false
2026-06-18T12:02:12.9640741Z   submodules: false
2026-06-18T12:02:12.9641354Z   set-safe-directory: true
2026-06-18T12:02:12.9642179Z ##[endgroup]
2026-06-18T12:02:13.1452482Z Syncing repository: SaberMage/spt-core
2026-06-18T12:02:13.1454199Z ##[group]Getting Git version info
2026-06-18T12:02:13.1455077Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-18T12:02:13.1777865Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-18T12:02:13.1979155Z git version 2.43.0.windows.1
2026-06-18T12:02:13.2006494Z ##[endgroup]
2026-06-18T12:02:13.2015022Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\71e27bd4-ab28-4c4b-9fe2-39e5c8efcf6a\.gitconfig'
2026-06-18T12:02:13.2029210Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\71e27bd4-ab28-4c4b-9fe2-39e5c8efcf6a' before making global git config changes
2026-06-18T12:02:13.2030950Z Adding repository directory to the temporary git global config as a safe directory
2026-06-18T12:02:13.2034006Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-18T12:02:13.2280922Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-18T12:02:13.2475429Z https://github.com/SaberMage/spt-core
2026-06-18T12:02:13.2505819Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-18T12:02:13.2510083Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-18T12:02:13.2719488Z refs/heads/main
2026-06-18T12:02:13.2748883Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-18T12:02:13.3083451Z HEAD is now at c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:13.3676847Z ##[endgroup]
2026-06-18T12:02:13.3680319Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-18T12:02:13.7335714Z ##[group]Cleaning the repository
2026-06-18T12:02:13.7340320Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-18T12:02:15.6310017Z Removing target/
2026-06-18T12:02:15.6345990Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-18T12:02:15.6786358Z HEAD is now at c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:15.6815025Z ##[endgroup]
2026-06-18T12:02:15.6819942Z ##[group]Disabling automatic garbage collection
2026-06-18T12:02:15.6824985Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-18T12:02:15.7051702Z ##[endgroup]
2026-06-18T12:02:15.7057950Z ##[group]Setting up auth
2026-06-18T12:02:15.7058383Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-18T12:02:15.7317392Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-18T12:02:16.0921750Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-18T12:02:16.1152604Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-18T12:02:16.4775729Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-18T12:02:16.4988726Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-18T12:02:16.8604459Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-18T12:02:16.8853384Z ##[endgroup]
2026-06-18T12:02:16.8853984Z ##[group]Fetching the repository
2026-06-18T12:02:16.8860656Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-18T12:02:18.6860221Z From https://github.com/SaberMage/spt-core
2026-06-18T12:02:18.6860737Z    c19f6a13..c17550da  main       -> origin/main
2026-06-18T12:02:18.6988331Z [command]"c:\program files\git\cmd\git.exe" branch --list --remote origin/main
2026-06-18T12:02:18.7226488Z   origin/main
2026-06-18T12:02:18.7253336Z [command]"c:\program files\git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-06-18T12:02:18.7453069Z c17550dad70f8818120ff2017619f4e7f658818a
2026-06-18T12:02:18.7473365Z ##[endgroup]
2026-06-18T12:02:18.7473697Z ##[group]Determining the checkout info
2026-06-18T12:02:18.7474283Z ##[endgroup]
2026-06-18T12:02:18.7478461Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-18T12:02:18.7741228Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-18T12:02:18.7962241Z ##[group]Checking out the ref
2026-06-18T12:02:18.7966621Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-18T12:02:18.8529964Z branch 'main' set up to track 'origin/main'.
2026-06-18T12:02:18.8530307Z Your branch is up to date with 'origin/main'.
2026-06-18T12:02:18.8530658Z Previous HEAD position was c19f6a13 Merge pull request #25 from SaberMage/v0.12.0-lifecycle
2026-06-18T12:02:18.8531055Z Switched to and reset branch 'main'
2026-06-18T12:02:18.8555828Z ##[endgroup]
2026-06-18T12:02:18.8842796Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-18T12:02:18.9083652Z c17550dad70f8818120ff2017619f4e7f658818a
